home *** CD-ROM | disk | FTP | other *** search
- /**************************
- Del.icio.us Sidebar
- By Neo101
- Version 1.1.0
- **************************/
-
- body{
- background-color: white;
- color: black;
- font-family: arial,sans-serif;
- font-size:11.5px;
- margin:0px;
- padding:0px;
-
- overflow:auto;
- }
-
-
- a:link,
- a:visited {
- color:black;
- text-decoration:none;
- }
-
- a:hover {
- text-decoration:underline;
- }
-
- #favorites{
- padding:3px;
- border:1px solid #737373;
- height:85%;
- overflow: auto;
- width:100%;
- }
-
- #settingsBody a{
- text-decoration:underline;
- }
-
- .trigger{
- cursor: pointer;
- cursor: hand;
- }
-
- .branch{
- display: none;
- margin-left: 16px;
- }
-
- img {
- border: none;
- vertical-align: middle;
- }
-
- label{
- width:100px;
- }
-
- .link{
- white-space:nowrap;
- width:100%;
- }
-
- .addLinkBody{
- background-color:#F3F3F3 ;
- font-size: 13px;
- margin:5px;
- }
-
- .addLinkBody label{
- font-weight:bold;
- }
-
- .textInput{
- width:350px;
- }
-
- .menu{
- background-color:#E6E6E6;
- padding:3px;
- padding-top:1px;
- }
-
- .searchbox{
- font-size:11px;
- margin:0px;
- padding:0px;
- width:80px;
- margin-top:1px;
- }
-
- .addFavorite{
- cursor:hand;
- padding-right:10px;
- vertical-align:20%;
- }
-
- #settings{
- height: 60%;
- padding:3px;
- border:1px solid #737373;
- }
-
- .links{
- text-align:center;
- padding:3px;
- }
-
- #message{
- color:red;
- padding:2px;
- text-align:center;
- font-weight:bold;
- }
-
- #settingsLinks{
- margin-top:40px;
- }
-
- .contextMenu{
- position:absolute;
- font-size:11px;
- padding:1px;
- margin:0px;
- width:80px;
- display:none;
- z-index:100;
- background-color:white;
- border:1px solid #929192;
- left:0px;
- top:0px;
- }
-
- .contextMenu a:hover{
- background-color:#003DF5;
- color:white;
- text-decoration:none;
- }
- .contextMenu a{
- width:100%;
- }